home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 June / Designer's Club 1996 June.iso / mac / Idea Source / Gallery.DIR / 00164_Script_164 < prev    next >
Text File  |  1996-04-23  |  461b  |  15 lines

  1. on exitFrame
  2.   go the frame
  3.   if rollover (2) then
  4.     set the movierate of sprite 2 to 1
  5.   else set the movierate of sprite 2 to 0
  6.   if rollover (3) then
  7.     set the movierate of sprite 3 to 1
  8.   else set the movierate of sprite 3 to 0
  9.   if rollover (4) then
  10.     set the movierate of sprite 4 to 1
  11.   else set the movierate of sprite 4 to 0
  12.   if rollover (7) then
  13.     set the movierate of sprite 7 to 1
  14.   else set the movierate of sprite 7 to 0
  15. end